Skip to main content

DescribeBetachTag

Description

obtain the tag information of the specified host asset.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeBetachTag

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
UuidListBODYstringNoNo sample value for this parameter.host asset UUID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
GmtCreatelongno demo valueasset tag creation time.
RequestIdstringno demo valuerequest ID.
TagNamestringno demo valueasset label name.
GmtModifiedlongno demo valuethe last time the asset tag was modified.
Idlongno demo valueasset tag ID.
TagInfoListarrayno demo valuehost label information, see the following parameter description for specific sub-items.
AliUidlongno demo valuethe id of the alibaba cloud account.

Example

Successful Response example

{
"GmtCreate":"no demo value",
"RequestId":"no demo value",
"TagName":"no demo value",
"GmtModified":"no demo value",
"Id":"no demo value",
"TagInfoList":"no demo value",
"AliUid":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}